original coordinates meaning in Chinese
起始座标
Examples
- Better methods exist that retain the original coordinate information of the 3d objects , called non - destructive transformations
维持3d物件原本的座标资讯更好的方式,我称为非破坏性转换。 - To transform our coordinates back to world space , we will need an " inverse matrix " of our view matrix - that is , a matrix that does the reverse of the view matrix , and thus given a coordinate that has been multiplied by the view matrix , will return the original coordinate
将坐标转换到空间世界,我们将需要视窗矩阵的一个逆矩阵?就是视窗矩阵的倒转过来的矩阵,并假定一个被视窗矩阵放大几倍的坐标轴将会返回原坐标。